This worker and application can be used to send messaging via Sunshne Conversations. The full overview can be found at https://internalnote.com/sunshine-conversation-automations
The worker has two endpoints:
Expects a payload of a WhatsApp phone number, and an approved template name.
{
"phone":"1234567890",
"template":"template_name"
}
Expects a payload of a requester ID of a Zendesk user, and your message in plain text.
{
"requester":"1234567890",
"message":"message"
}
The app can be found in /app and allows agents to submit messages. Please check the releases in the left sidebar to find the latest version.