-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
kustomer
URLs
Polling Sources
new-conversation-instant
Prompt
Emit new event when a conversation is created in Kustomer. Props: name and url. events prop is "kustomer.conversation.create"
URLs
new-customer-instant
Prompt
Emit new event when a new customer is added to Kustomer. Props: name and url. events prop is "kustomer.customer.create"
URLs
new-message-instant
Prompt
Emit new event when a new message is created in a conversation. Props: name and url. events prop is "kustomer.message.create"
URLs
updated-conversation-instant
Prompt
Emit new event when an existing conversation is updated in Kustomer. Props: name and url. events prop is "kustomer.conversation.update"
URLs
updated-customer-instant
Prompt
Emit new event when an existing customer's details are updated in Kustomer. Props: name and url. events prop is "kustomer.customer.update"
URLs
Actions
create-conversation
Prompt
Create a new conversation in Kustomer. Props: The customer's ID (required). Optional props are 'externalId', 'name', 'status', 'priority', 'direction', 'replyChannel', 'tags', 'assignedTeams', 'defaultLang' and 'queue'. props 'tags', 'assignedUSers' and 'assignetTeams' have async options.
URLs
update-conversation
Prompt
Update an existing conversation in Kustomer. Props: Conversation ID (required). Optional props are 'externalId', 'name', 'direction', 'priority', 'satisfaction', 'satisfactionLevel', 'suggestedShortcuts', 'status', 'replyChannel', 'subStatus', 'snooze', 'tags', 'suggestedTags', 'sentment', 'assignedUSers', 'assignedTeams', 'deleted', 'ended', 'endedAt', 'endedReason', 'endedBy', 'endedByType', 'locked', 'rev', 'defaultLang' and 'queue'. props 'tags' and 'assignetTeams' have async options.
URLs
create-customer
Prompt
Create a new customer in Kustomer. No required props. Optional props: 'name', 'company', 'externalId', 'username', 'signedUpAt', 'lastActivityAt', 'lastCustomerActivityAt', 'lastSeenAt', 'avatarUrl', 'externalIds', 'sharedExternalIds', 'emails', 'sharedEmails', 'phones', 'sharedPhones', 'whatsapps', 'facebookIds', 'instagramIds', 'socials', 'sharedSocials', 'urls', 'locations', 'locale', 'timeZone', 'tags', 'sentiment', 'birthdayAt', 'gender', 'createdAt', 'importedAt', 'rev' and 'defaultLang'
URLs
update-customer
Prompt
Update an existing customer in Kustomer. Required prop: Customer ID. Optional props: 'name', 'company', 'externalId', 'username', 'signedUpAt', 'lastActivityAt', 'lastCustomerActivityAt', 'lastSeenAt', 'avatarUrl', 'externalIds', 'sharedExternalIds', 'emails', 'sharedEmails', 'phones', 'sharedPhones', 'whatsapps', 'facebookIds', 'instagramIds', 'socials', 'sharedSocials', 'urls', 'locations', 'locale', 'timeZone', 'tags', 'sentiment', 'birthdayAt', 'gender', 'createdAt', 'importedAt', 'rev' and 'defaultLang'
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status