-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
belco
URLs
Polling Sources
new-conversation
Prompt
Emits a new conversation event when a new conversation is created.
URLs
Actions
list-all-conversations
Prompt
Get a list of conversations
URLs
create-conversation
Prompt
Create a conversation. Required props: shopId, channel and body. Optional props: type, from, to and subject. shopId has async props
URLs
send-message
Prompt
Send a message to a conversation. Required props: shopId, channel and body. Optional props: type, from, to and subject. shopId has async props
URLs
retrieve-conversation
Prompt
Retrieve a conversation. Required props: conversationId. Optional props: fromDate, toDate, and sortOrder. conversationId has async props
URLs
close-conversation
Prompt
Close a conversation. Required props: conversationId. conversationId has async props
URLs
reopen-conversation
Prompt
Reopen a conversation. Required props: conversationId. conversationId has async props
URLs
reply-to-conversation
Prompt
Reply to a conversation. Required props: conversationId and body. conversationId has async props
URLs
add-note-to-conversation
Prompt
Add a note to a conversation. Required props: conversationId and body. conversationId has async props
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status