Method: Teleflow::Api::NotificationTemplates#create_notification_template_blueprint
- Defined in:
- lib/teleflow/api/notification_templates.rb
#create_notification_template_blueprint(template_id) ⇒ Hash, number
Creates a new notification template blueprint.
105 106 107 |
# File 'lib/teleflow/api/notification_templates.rb', line 105 def create_notification_template_blueprint(template_id) post("/notification-templates/#{template_id}/blueprint") end |