-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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] intercom #15250
Comments
@sergio-eliot-rodriguez
I couldn't test I couldn't test
So I'm moving this one as blocked in the meantime! |
Those are real blockers right there. I'm happy to drive conversations here: @vunguyenhung one favor man: for the Pipedream's OAuth 2.0 client for intercom, would you mind try adding the following scopes: "Write Tickets", this is something you could do in Intercom's developer hub. @jcortes after Leo adds the appropiate scopes, please try again the "new-ticket" source and let us know the result. for now i'm reaching out to Intercom for access to those endpoints. |
Hi Jorge, would you mind retrying your components?
App partner representative from Intercom mentioned that account
subscription wasn't started when you experienced the errors.
"I took a look and I can see that the request you made yesterday was at Jan
13, 2025 @ 22:21:39, but your subscription did not start until Jan 14, 2025
@ 17:23:26. I recommend trying to use the REST API again."
Can you test the components again and see if they work now?
…On Mon, Jan 13, 2025 at 4:08 PM Jorge Cortes ***@***.***> wrote:
@sergio-eliot-rodriguez <https://github.com/sergio-eliot-rodriguez>
I couldn't test the send-message-to-contact action because I got the
following error
{
...
Message ID: ***@***.***>
|
intercom
URLs
Polling Sources
new-ticket
Prompt
Emit new event when a new Ticket is created in Intercom. Props include required configuration for ticket sources and optional filters to track specific priorities or tags.
URLs
Actions
send-message-to-contact
Prompt
Send a custom message to a contact in Intercom. Props required: 'contact_id' or 'email' to identify the contact, and 'message_body' for the content. Optional props: 'subject' to provide a subject line.
URLs
reply-to-conversation
Prompt
Add a reply or a note to an existing conversation thread. Props required: 'conversation_id' to identify the conversation, and 'reply_content' for the reply or note content.
URLs
add-tag-to-contact
Prompt
Add a specific tag to a contact. Props required: 'contact_id' or 'email' to identify the contact, and 'tag_name' for the tag to be applied.
URLs
The text was updated successfully, but these errors were encountered: