Method: Teleflow::Api::NotificationTemplates#notification_template_blueprint

Defined in:
lib/teleflow/api/notification_templates.rb

#notification_template_blueprint(template_id) ⇒ Hash, number

Retrieves the notification template blueprint with the given ID.

Parameters:

  • `template_id` (String)

    The ID of the template to retrieve.

Returns:

  • (Hash)

    The retrieved template blueprint.

  • (number)

    status

    • Returns 200 if the template blueprint with the template_id provided exists in the database.



97
98
99
# File 'lib/teleflow/api/notification_templates.rb', line 97

def notification_template_blueprint(template_id)
  get("/notification-templates/#{template_id}/blueprint")
end