-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] heyy #14383
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Btw, the Heyy team recommended to use /v2 endpoints of the API.
|
Hi @sergio-eliot-rodriguez do you know if there is some kind of documentation about the webhooks, more exactly about how is the payload formated? thanks! |
Per the emaill from Heyy, one has to reply to messages sent via Heyy's whats app channel, for it to open a time frame during which further messages can be sent:
|
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 @vunguyenhung I've just added a regexp validation for the phone number property, so please try again with latest push, thanks! |
Hi everyone, all test cases are passed! Ready for release! Test report |
Uh oh!
There was an error while loading. Please reload this page.
heyy
URLs
Webhook Sources
new-incoming-message-instant
Prompt
Emit new event when the business gets a new incoming message. No props are required.
URLs
Actions
send-whatsapp-message
Prompt
Sends a Whatsapp message to a contact. Requires the prop 'contact_id' to identify the contact, and 'message' for the content to send. An optional prop 'attachment' can be added to send a file along with the message.
URLs
create-contact
Prompt
Creates a new contact for the business. Required props are 'name' and 'phone_number'. Optional props include 'email', 'address', and 'notes', which might be beneficial for providing additional information about the contact.
URLs
update-contact
Prompt
Updates the details of a contact under the business. 'contact_id' is a required prop to identify which contact to update, and at least one optional prop ('name', 'address', 'phone_number', 'email') must be provided, representing the details to be updated.
URLs
The text was updated successfully, but these errors were encountered: