Method: Teleflow::Api::NotificationTemplates#create_notification_template
- Defined in:
- lib/teleflow/api/notification_templates.rb
#create_notification_template(body) ⇒ Hash, number
Creates a new notification template.
@bodyparams:
40 41 42 |
# File 'lib/teleflow/api/notification_templates.rb', line 40 def create_notification_template(body) post("/notification-templates", body: body) end |