-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status