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.
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 |