post
https://company_subdomain.talkpush.com/api/talkpush_services/messaging/templates
Creates a new Message Template for the company. The template is immediately available in the UI and can be referenced by autoflows.
Content format: The content field must use Handlebars syntax for dynamic tokens, e.g. Hi {{candidate_name}}, your interview for {{job_title}} is confirmed. All tokens used in content are validated against the company's available tokens (see GET /messaging/tokens). Unknown tokens return a 422 with the list of offending token names.
Type: Use email, sms, whatsapp, or messenger. The calendar type is not yet supported via the API.
Required fields: name, content, type, sub_type, category.
401Missing, invalid, or inactive API key.
500Internal server error; the response may include an exception message.
