Tools
| Name | Description |
|---|---|
subscribe_userOpt a user in to Attentive email or SMS subscription messaging. Requires confirmed consent and a compliant sign-up source. | Opt a user in to Attentive email or SMS subscription messaging. Requires confirmed consent and a compliant sign-up source. |
unsubscribe_userUnsubscribe a user from Attentive email or SMS subscriptions by exact identifier. | Unsubscribe a user from Attentive email or SMS subscriptions by exact identifier. |
upsert_user_attributesCreate or update one Attentive user with identifiers, attributes, custom properties, and optional subscriptions. | Create or update one Attentive user with identifiers, attributes, custom properties, and optional subscriptions. |
set_custom_attributesSet custom Attentive attributes for one user. | Set custom Attentive attributes for one user. |
get_custom_attributesGet custom attributes for one Attentive user by email or phone. Provide exactly one identifier. | Get custom attributes for one Attentive user by email or phone. Provide exactly one identifier. |
send_custom_eventSend a custom behavioral event to Attentive journeys. | Send a custom behavioral event to Attentive journeys. |
send_purchase_eventSend an ecommerce purchase event to Attentive. | Send an ecommerce purchase event to Attentive. |
Triggers
| Name | Description |
|---|---|
subscribedReceives Attentive email.subscribed and sms.subscribed webhook payloads configured in Attentive. | Receives Attentive email.subscribed and sms.subscribed webhook payloads configured in Attentive. |
unsubscribedReceives Attentive email.unsubscribed and sms.unsubscribed webhook payloads configured in Attentive. | Receives Attentive email.unsubscribed and sms.unsubscribed webhook payloads configured in Attentive. |
message_link_clickedReceives Attentive email.message_link_click and sms.message_link_click webhook payloads configured in Attentive. | Receives Attentive email.message_link_click and sms.message_link_click webhook payloads configured in Attentive. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('attentive', 'subscribe_user', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'attentive',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Attentive to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Attentive support?
Attentive supports 7 tools including Subscribe User, Unsubscribe User, Create or Update User Attributes, Set Custom Attributes, Get Custom Attributes, and more.
Can I use Attentive with AI agents?
Yes. Add Attentive to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Attentive be used in stateful agent workflows?
Yes. Agents can combine Attentive tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Attentive use?
Attentive uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Attentive integration cost?
The Attentive integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Attentive support?
Attentive supports 3 triggers including Subscribed, Unsubscribed, Message Link Clicked.
Connect Attentive in minutes
Get 20,000 free action executions every month. No credit card required.