pipedream
pipedream copied to clipboard
[Components] wati
wati
URLs
- https://docs.wati.io/reference/authentication
Webhook Sources
new-contact-created-instant
Prompt
Emit new event when a contact is created from an incoming whatsapp message. Requires mobile number prop. Optional props include contact name and message contents.
URLs
- https://docs.wati.io/reference/get_api-v1-getcontacts
new-incoming-message-instant
Prompt
Emit new event when there is an incoming message on your number. Requires mobile number and message content props. Optional prop could be message timestamp.
URLs
- https://docs.wati.io/reference/get_api-v1-getmessages-whatsappnumber
Actions
add-contact
Prompt
Facilitates the addition of a new contact on the WATI platform. Required props: contact-details, inclusive of name and number for instance.
URLs
- https://docs.wati.io/reference/post_api-v1-addcontact-whatsappnumber
send-template-message
Prompt
Enables sending of WhatsApp messages using a template that has been pre-approved. Required props: recipient's contact-details and template-details such as name and significant placeholders.
URLs
- https://docs.wati.io/reference/post_api-v2-sendtemplatemessage
update-contact-attribute
Prompt
Allows updating attributes/tags related to an existing contact. Required props: contact-details and attribute-details like attribute name and value.
URLs
- https://docs.wati.io/reference/post_api-v1-updatecontactattributes-whatsappnumber