Feature: Added create_if_not_found parameter to Send WhatsApp Template by User ID API.
What’s New
- Endpoint: POST /subscriber/send-whatsapp-template-by-user-id
- New optional parameter: create_if_not_found
- When set to "yes", if the user does not exist, the system will automatically create the user before sending the template.
- Default: "no"
Why It Matters
- Simplifies workflow when sending templates to new users.
- Eliminates the need to manually create users before API calls.
- Improves automation and reliability in campaign triggers.