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.

Returns:

  • (Hash)

    Notification template blueprint entity.

  • (number)

    status - The status code. Returns 201 if the notification template blueprint has been successfully created.



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