-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] wati #13213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
Merged
luancazarine
added a commit
that referenced
this issue
Oct 14, 2024
Actions - Add Contact - Send Template Message - Update Contact Attribute Source - New Contact Created - New Incoming Message
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
Oct 16, 2024
* wati init * [Components] wati #13213 Actions - Add Contact - Send Template Message - Update Contact Attribute Source - New Contact Created - New Incoming Message * pnpm update * Update components/wati/wati.app.mjs Co-authored-by: michelle0927 <[email protected]> * some adjusts --------- Co-authored-by: michelle0927 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wati
URLs
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
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
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
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
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
The text was updated successfully, but these errors were encountered: