PipedreamHQ / PipedreamHQ/pipedream
[Components] attentive
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# attentive
## URLs
- https://docs.attentive.com/
## Polling Sources
### custom-attribute-set
#### Prompt
Emits an event when a custom attribute is set.
### email-opened
#### Prompt
Emits an event when an email message is opened.
### email-subscribed
#### Prompt
Emits an event when a user opts in to an email subscription.
### sms-message-link-clicked
#### Prompt
Emits an event when an SMS message link is clicked.
### email-message-link-clicked
#### Prompt
Emits an event when an email message link is clicked.
### email-sent
#### Prompt
Emits an event when an email message is sent.
### email-unsubscribed
#### Prompt
Emits an event when a user opts out of an email subscription.
### sms-sent
#### Prompt
Emits an event when an SMS message is sent.
## Actions
### add-to-cart
#### Prompt
Make a call to this endpoint when a user adds a product to their shopping cart.
### custom-events
#### Prompt
Make a call to this endpoint for any event-based data representing user actions.
### get-custom-attributes-for-user
#### Prompt
Get Custom Attributes for a User.
### view-recent-catalog-uploads
#### Prompt
Make a call to this endpoint to list recent catalog uploads with their statuses to gain visibility into the ingestion workflow in order of creation. See the POST of this endpoint for details.
### custom-attributes
#### Prompt
Make a call to this endpoint for any attribute-based data.
### delete-request
#### Prompt
You can use the Privacy Request API in order to comply with data deletion requests.
### lookup-product-catalog-ingestion
#### Prompt
Make a call to this endpoint to get recent catalog uploads with their statuses to gain visibility into the ingestion workflow in order of creation. See the POST of this endpoint for details.
### subscribe-user
#### Prompt
Make a call to this endpoint to subscribe a user to subscriptions. Note that when a user is subscribed programmatically, it must include required subscription parameters.
Contributor guide
Assessment
This issue has not been assessed yet.