Skip to content
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

[Components] dixa #15252

Open
pipedream-component-development opened this issue Jan 10, 2025 · 0 comments
Open

[Components] dixa #15252

pipedream-component-development opened this issue Jan 10, 2025 · 0 comments
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

dixa

URLs

Polling Sources

new-customer-satisfaction-rating-instant

Description

Emit new event when a customer submits a satisfaction rating for a conversation. Props required: none; Optional props: conversation ID to filter ratings for specific conversations.

new-conversation-created-instant

Description

Emit new event when a conversation is created in Dixa. Props required: none; Optional props: specify channel types (e.g., email or chat) to filter conversations.

conversation-status-changed-instant

Description

Emit new event when the status of a conversation changes (e.g., Open, Closed, or Follow Up). Props required: none; Optional props: status types to filter specific events.

new-message-added-instant

Description

Emit new event when a new message is added to a conversation. Props required: none; Optional props: conversation ID to filter messages for specific conversations.

new-tag-added-instant

Description

Emit new event when a tag is added to a conversation. Props required: none; Optional props: tag name to filter events related to specific tags.

Actions

create-conversation

Description

Create a new email or contact form-based conversation. Required props: 'subject' (subject of the conversation), 'message' (initial message content). Optional props: 'priority' (priority level), 'tags' (initial tags to add to the conversation).

add-message

Description

Add a message to an existing conversation. Required props: 'conversation_id' (ID of the conversation), 'message' (content of the message). Optional props: 'attachments' (list of files to include in the message).

change-conversation-status

Description

Change the status of a conversation to open or closed. Required props: 'conversation_id' (ID of the conversation), 'status' (either 'open' or 'closed'). Optional props: 'note' (reason or note for the status change).

set-custom-contact-attributes

Description

Update custom attributes for a specified user. Required props: 'user_id' (ID of the user), 'attributes' (key-value pairs of attributes to update). Optional props: 'overwrite_existing' (whether to overwrite existing data, default is true).

tag-conversation

Description

Add or remove tags from a conversation. Required props: 'conversation_id' (ID of the conversation), 'tags' (list of tags to add or remove). Optional props: 'action' (either 'add' or 'remove', default is 'add').

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

No branches or pull requests

1 participant