productivity
Resend CLI for AI Agents
Use the Resend CLI from KosmoKrator to call Resend tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Resend CLI Setup
Resend can be configured headlessly with `kosmokrator integrations:configure resend`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure resend --enable --read allow --write ask --json
kosmokrator integrations:doctor resend --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call resend.resend_send_email '{}' --json kosmo integrations:resend resend_send_email '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs resend --json
kosmo integrations:docs resend.resend_send_email --json
kosmo integrations:schema resend.resend_send_email --json
kosmo integrations:search "Resend" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
resend.resend_send_email
Send an email
write - Parameters
- none
kosmo integrations:call resend.resend_send_email '{}' --json kosmo integrations:resend resend_send_email '{}' --json resend.resend_list_emails
Retrieve a list of emails
read - Parameters
- none
kosmo integrations:call resend.resend_list_emails '{}' --json kosmo integrations:resend resend_list_emails '{}' --json resend.resend_get_email
Retrieve a single email
read - Parameters
- none
kosmo integrations:call resend.resend_get_email '{}' --json kosmo integrations:resend resend_get_email '{}' --json resend.resend_update_emails
Update a single email
write - Parameters
- none
kosmo integrations:call resend.resend_update_emails '{}' --json kosmo integrations:resend resend_update_emails '{}' --json resend.resend_cancel_email
Cancel the schedule of the e-mail.
write - Parameters
- none
kosmo integrations:call resend.resend_cancel_email '{}' --json kosmo integrations:resend resend_cancel_email '{}' --json resend.resend_send_batch_emails
Trigger up to 100 batch emails at once.
write - Parameters
- none
kosmo integrations:call resend.resend_send_batch_emails '{}' --json kosmo integrations:resend resend_send_batch_emails '{}' --json resend.resend_list_attachments
Retrieve a list of attachments for a sent email
read - Parameters
- none
kosmo integrations:call resend.resend_list_attachments '{}' --json kosmo integrations:resend resend_list_attachments '{}' --json resend.resend_get_attachments
Retrieve a single attachment for a sent email
read - Parameters
- none
kosmo integrations:call resend.resend_get_attachments '{}' --json kosmo integrations:resend resend_get_attachments '{}' --json resend.resend_list_receiving
Retrieve a list of received emails
read - Parameters
- none
kosmo integrations:call resend.resend_list_receiving '{}' --json kosmo integrations:resend resend_list_receiving '{}' --json resend.resend_get_receiving
Retrieve a single received email
read - Parameters
- none
kosmo integrations:call resend.resend_get_receiving '{}' --json kosmo integrations:resend resend_get_receiving '{}' --json resend.resend_list_attachments_receiving_email_id_attachments
Retrieve a list of attachments for a received email
read - Parameters
- none
kosmo integrations:call resend.resend_list_attachments_receiving_email_id_attachments '{}' --json kosmo integrations:resend resend_list_attachments_receiving_email_id_attachments '{}' --json resend.resend_get_attachments_email_id_attachments_attachment_id
Retrieve a single attachment for a received email
read - Parameters
- none
kosmo integrations:call resend.resend_get_attachments_email_id_attachments_attachment_id '{}' --json kosmo integrations:resend resend_get_attachments_email_id_attachments_attachment_id '{}' --json resend.resend_create_domain
Create a new domain
write - Parameters
- none
kosmo integrations:call resend.resend_create_domain '{}' --json kosmo integrations:resend resend_create_domain '{}' --json resend.resend_list_domains
Retrieve a list of domains
read - Parameters
- none
kosmo integrations:call resend.resend_list_domains '{}' --json kosmo integrations:resend resend_list_domains '{}' --json resend.resend_get_domain
Retrieve a single domain
read - Parameters
- none
kosmo integrations:call resend.resend_get_domain '{}' --json kosmo integrations:resend resend_get_domain '{}' --json resend.resend_update_domains
Update an existing domain
write - Parameters
- none
kosmo integrations:call resend.resend_update_domains '{}' --json kosmo integrations:resend resend_update_domains '{}' --json resend.resend_delete_domains
Remove an existing domain
write - Parameters
- none
kosmo integrations:call resend.resend_delete_domains '{}' --json kosmo integrations:resend resend_delete_domains '{}' --json resend.resend_verify_domain
Triggers verification of the domain's DNS records including DKIM, SPF, and the tracking CNAME if a tracking subdomain is configured.
write - Parameters
- none
kosmo integrations:call resend.resend_verify_domain '{}' --json kosmo integrations:resend resend_verify_domain '{}' --json resend.resend_create_api_key
Create a new API key
write - Parameters
- none
kosmo integrations:call resend.resend_create_api_key '{}' --json kosmo integrations:resend resend_create_api_key '{}' --json resend.resend_list_api_keys
Retrieve a list of API keys
read - Parameters
- none
kosmo integrations:call resend.resend_list_api_keys '{}' --json kosmo integrations:resend resend_list_api_keys '{}' --json resend.resend_delete_api_keys
Remove an existing API key
write - Parameters
- none
kosmo integrations:call resend.resend_delete_api_keys '{}' --json kosmo integrations:resend resend_delete_api_keys '{}' --json resend.resend_create_templates
Create a template
write - Parameters
- none
kosmo integrations:call resend.resend_create_templates '{}' --json kosmo integrations:resend resend_create_templates '{}' --json resend.resend_list_templates
Retrieve a list of templates
read - Parameters
- none
kosmo integrations:call resend.resend_list_templates '{}' --json kosmo integrations:resend resend_list_templates '{}' --json resend.resend_get_templates
Retrieve a single template
read - Parameters
- none
kosmo integrations:call resend.resend_get_templates '{}' --json kosmo integrations:resend resend_get_templates '{}' --json resend.resend_update_templates
Update an existing template
write - Parameters
- none
kosmo integrations:call resend.resend_update_templates '{}' --json kosmo integrations:resend resend_update_templates '{}' --json resend.resend_delete_templates
Remove an existing template
write - Parameters
- none
kosmo integrations:call resend.resend_delete_templates '{}' --json kosmo integrations:resend resend_delete_templates '{}' --json resend.resend_publish_template
Publish a template
write - Parameters
- none
kosmo integrations:call resend.resend_publish_template '{}' --json kosmo integrations:resend resend_publish_template '{}' --json resend.resend_duplicate_template
Duplicate a template
write - Parameters
- none
kosmo integrations:call resend.resend_duplicate_template '{}' --json kosmo integrations:resend resend_duplicate_template '{}' --json resend.resend_create_audiences
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
write - Parameters
- none
kosmo integrations:call resend.resend_create_audiences '{}' --json kosmo integrations:resend resend_create_audiences '{}' --json resend.resend_list_audiences
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
read - Parameters
- none
kosmo integrations:call resend.resend_list_audiences '{}' --json kosmo integrations:resend resend_list_audiences '{}' --json resend.resend_delete_audiences
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
write - Parameters
- none
kosmo integrations:call resend.resend_delete_audiences '{}' --json kosmo integrations:resend resend_delete_audiences '{}' --json resend.resend_get_audiences
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
read - Parameters
- none
kosmo integrations:call resend.resend_get_audiences '{}' --json kosmo integrations:resend resend_get_audiences '{}' --json resend.resend_create_contact
Create a new contact
write - Parameters
- none
kosmo integrations:call resend.resend_create_contact '{}' --json kosmo integrations:resend resend_create_contact '{}' --json resend.resend_list_contacts
Retrieve a list of contacts
read - Parameters
- none
kosmo integrations:call resend.resend_list_contacts '{}' --json kosmo integrations:resend resend_list_contacts '{}' --json resend.resend_get_contacts
Retrieve a single contact by ID or email
read - Parameters
- none
kosmo integrations:call resend.resend_get_contacts '{}' --json kosmo integrations:resend resend_get_contacts '{}' --json resend.resend_update_contacts
Update a single contact by ID or email
write - Parameters
- none
kosmo integrations:call resend.resend_update_contacts '{}' --json kosmo integrations:resend resend_update_contacts '{}' --json resend.resend_delete_contacts
Remove an existing contact by ID or email
write - Parameters
- none
kosmo integrations:call resend.resend_delete_contacts '{}' --json kosmo integrations:resend resend_delete_contacts '{}' --json resend.resend_create_broadcasts
Create a broadcast
write - Parameters
- none
kosmo integrations:call resend.resend_create_broadcasts '{}' --json kosmo integrations:resend resend_create_broadcasts '{}' --json resend.resend_list_broadcasts
Retrieve a list of broadcasts
read - Parameters
- none
kosmo integrations:call resend.resend_list_broadcasts '{}' --json kosmo integrations:resend resend_list_broadcasts '{}' --json resend.resend_delete_broadcasts
Remove an existing broadcast that is in the draft status
write - Parameters
- none
kosmo integrations:call resend.resend_delete_broadcasts '{}' --json kosmo integrations:resend resend_delete_broadcasts '{}' --json resend.resend_get_broadcasts
Retrieve a single broadcast
read - Parameters
- none
kosmo integrations:call resend.resend_get_broadcasts '{}' --json kosmo integrations:resend resend_get_broadcasts '{}' --json resend.resend_update_broadcasts
Update an existing broadcast
write - Parameters
- none
kosmo integrations:call resend.resend_update_broadcasts '{}' --json kosmo integrations:resend resend_update_broadcasts '{}' --json resend.resend_send_broadcasts
Send or schedule a broadcast
write - Parameters
- none
kosmo integrations:call resend.resend_send_broadcasts '{}' --json kosmo integrations:resend resend_send_broadcasts '{}' --json resend.resend_create_webhooks
Create a new webhook
write - Parameters
- none
kosmo integrations:call resend.resend_create_webhooks '{}' --json kosmo integrations:resend resend_create_webhooks '{}' --json resend.resend_list_webhooks
Retrieve a list of webhooks
read - Parameters
- none
kosmo integrations:call resend.resend_list_webhooks '{}' --json kosmo integrations:resend resend_list_webhooks '{}' --json resend.resend_get_webhooks
Retrieve a single webhook
read - Parameters
- none
kosmo integrations:call resend.resend_get_webhooks '{}' --json kosmo integrations:resend resend_get_webhooks '{}' --json resend.resend_update_webhooks
Update an existing webhook
write - Parameters
- none
kosmo integrations:call resend.resend_update_webhooks '{}' --json kosmo integrations:resend resend_update_webhooks '{}' --json resend.resend_delete_webhooks
Remove an existing webhook
write - Parameters
- none
kosmo integrations:call resend.resend_delete_webhooks '{}' --json kosmo integrations:resend resend_delete_webhooks '{}' --json resend.resend_create_segments
Create a new segment
write - Parameters
- none
kosmo integrations:call resend.resend_create_segments '{}' --json kosmo integrations:resend resend_create_segments '{}' --json resend.resend_list_segments
Retrieve a list of segments
read - Parameters
- none
kosmo integrations:call resend.resend_list_segments '{}' --json kosmo integrations:resend resend_list_segments '{}' --json resend.resend_get_segments
Retrieve a single segment
read - Parameters
- none
kosmo integrations:call resend.resend_get_segments '{}' --json kosmo integrations:resend resend_get_segments '{}' --json resend.resend_delete_segments
Remove an existing segment
write - Parameters
- none
kosmo integrations:call resend.resend_delete_segments '{}' --json kosmo integrations:resend resend_delete_segments '{}' --json resend.resend_create_topics
Create a new topic
write - Parameters
- none
kosmo integrations:call resend.resend_create_topics '{}' --json kosmo integrations:resend resend_create_topics '{}' --json resend.resend_list_topics
Retrieve a list of topics
read - Parameters
- none
kosmo integrations:call resend.resend_list_topics '{}' --json kosmo integrations:resend resend_list_topics '{}' --json resend.resend_get_topics
Retrieve a single topic
read - Parameters
- none
kosmo integrations:call resend.resend_get_topics '{}' --json kosmo integrations:resend resend_get_topics '{}' --json resend.resend_update_topics
Update an existing topic
write - Parameters
- none
kosmo integrations:call resend.resend_update_topics '{}' --json kosmo integrations:resend resend_update_topics '{}' --json resend.resend_delete_topics
Remove an existing topic
write - Parameters
- none
kosmo integrations:call resend.resend_delete_topics '{}' --json kosmo integrations:resend resend_delete_topics '{}' --json resend.resend_create_contact_properties
Create a new contact property
write - Parameters
- none
kosmo integrations:call resend.resend_create_contact_properties '{}' --json kosmo integrations:resend resend_create_contact_properties '{}' --json resend.resend_list_contact_properties
Retrieve a list of contact properties
read - Parameters
- none
kosmo integrations:call resend.resend_list_contact_properties '{}' --json kosmo integrations:resend resend_list_contact_properties '{}' --json resend.resend_get_contact_properties
Retrieve a single contact property
read - Parameters
- none
kosmo integrations:call resend.resend_get_contact_properties '{}' --json kosmo integrations:resend resend_get_contact_properties '{}' --json resend.resend_update_contact_properties
Update an existing contact property
write - Parameters
- none
kosmo integrations:call resend.resend_update_contact_properties '{}' --json kosmo integrations:resend resend_update_contact_properties '{}' --json resend.resend_delete_contact_properties
Remove an existing contact property
write - Parameters
- none
kosmo integrations:call resend.resend_delete_contact_properties '{}' --json kosmo integrations:resend resend_delete_contact_properties '{}' --json resend.resend_list_segments_contacts_contact_id_segments
Retrieve a list of segments for a contact
read - Parameters
- none
kosmo integrations:call resend.resend_list_segments_contacts_contact_id_segments '{}' --json kosmo integrations:resend resend_list_segments_contacts_contact_id_segments '{}' --json resend.resend_create_segments_contact_id_segments_segment_id
Add a contact to a segment
write - Parameters
- none
kosmo integrations:call resend.resend_create_segments_contact_id_segments_segment_id '{}' --json kosmo integrations:resend resend_create_segments_contact_id_segments_segment_id '{}' --json resend.resend_delete_segments_contact_id_segments_segment_id
Remove a contact from a segment
write - Parameters
- none
kosmo integrations:call resend.resend_delete_segments_contact_id_segments_segment_id '{}' --json kosmo integrations:resend resend_delete_segments_contact_id_segments_segment_id '{}' --json resend.resend_get_topics_contacts_contact_id_topics
Retrieve topics for a contact
read - Parameters
- none
kosmo integrations:call resend.resend_get_topics_contacts_contact_id_topics '{}' --json kosmo integrations:resend resend_get_topics_contacts_contact_id_topics '{}' --json resend.resend_update_topics_contacts_contact_id_topics
Update topics for a contact
write - Parameters
- none
kosmo integrations:call resend.resend_update_topics_contacts_contact_id_topics '{}' --json kosmo integrations:resend resend_update_topics_contacts_contact_id_topics '{}' --json resend.resend_list_logs
Retrieve a list of logs
read - Parameters
- none
kosmo integrations:call resend.resend_list_logs '{}' --json kosmo integrations:resend resend_list_logs '{}' --json resend.resend_get_logs
Retrieve a single log
read - Parameters
- none
kosmo integrations:call resend.resend_get_logs '{}' --json kosmo integrations:resend resend_get_logs '{}' --json resend.resend_create_automations
Create an automation
write - Parameters
- none
kosmo integrations:call resend.resend_create_automations '{}' --json kosmo integrations:resend resend_create_automations '{}' --json resend.resend_list_automations
Retrieve a list of automations
read - Parameters
- none
kosmo integrations:call resend.resend_list_automations '{}' --json kosmo integrations:resend resend_list_automations '{}' --json resend.resend_get_automations
Retrieve a single automation
read - Parameters
- none
kosmo integrations:call resend.resend_get_automations '{}' --json kosmo integrations:resend resend_get_automations '{}' --json resend.resend_update_automations
Update an automation
write - Parameters
- none
kosmo integrations:call resend.resend_update_automations '{}' --json kosmo integrations:resend resend_update_automations '{}' --json resend.resend_delete_automations
Delete an automation
write - Parameters
- none
kosmo integrations:call resend.resend_delete_automations '{}' --json kosmo integrations:resend resend_delete_automations '{}' --json resend.resend_stop_automations
Stop an automation
write - Parameters
- none
kosmo integrations:call resend.resend_stop_automations '{}' --json kosmo integrations:resend resend_stop_automations '{}' --json resend.resend_list_runs
Retrieve a list of automation runs
read - Parameters
- none
kosmo integrations:call resend.resend_list_runs '{}' --json kosmo integrations:resend resend_list_runs '{}' --json resend.resend_get_runs
Retrieve a single automation run
read - Parameters
- none
kosmo integrations:call resend.resend_get_runs '{}' --json kosmo integrations:resend resend_get_runs '{}' --json resend.resend_create_events
Create an event
write - Parameters
- none
kosmo integrations:call resend.resend_create_events '{}' --json kosmo integrations:resend resend_create_events '{}' --json resend.resend_list_events
Retrieve a list of events
read - Parameters
- none
kosmo integrations:call resend.resend_list_events '{}' --json kosmo integrations:resend resend_list_events '{}' --json resend.resend_send_events
Send an event
write - Parameters
- none
kosmo integrations:call resend.resend_send_events '{}' --json kosmo integrations:resend resend_send_events '{}' --json resend.resend_get_events
Retrieve a single event
read - Parameters
- none
kosmo integrations:call resend.resend_get_events '{}' --json kosmo integrations:resend resend_get_events '{}' --json resend.resend_update_events
Update an event
write - Parameters
- none
kosmo integrations:call resend.resend_update_events '{}' --json kosmo integrations:resend resend_update_events '{}' --json resend.resend_delete_events
Delete an event
write - Parameters
- none
kosmo integrations:call resend.resend_delete_events '{}' --json kosmo integrations:resend resend_delete_events '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
resend.resend_send_email 0 parameters
kosmo integrations:schema resend.resend_send_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_emails 0 parameters
kosmo integrations:schema resend.resend_list_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_email 0 parameters
kosmo integrations:schema resend.resend_get_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_emails 0 parameters
kosmo integrations:schema resend.resend_update_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_cancel_email 0 parameters
kosmo integrations:schema resend.resend_cancel_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_send_batch_emails 0 parameters
kosmo integrations:schema resend.resend_send_batch_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_attachments 0 parameters
kosmo integrations:schema resend.resend_list_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_attachments 0 parameters
kosmo integrations:schema resend.resend_get_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_receiving 0 parameters
kosmo integrations:schema resend.resend_list_receiving --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_receiving 0 parameters
kosmo integrations:schema resend.resend_get_receiving --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_attachments_receiving_email_id_attachments 0 parameters
kosmo integrations:schema resend.resend_list_attachments_receiving_email_id_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_attachments_email_id_attachments_attachment_id 0 parameters
kosmo integrations:schema resend.resend_get_attachments_email_id_attachments_attachment_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_domain 0 parameters
kosmo integrations:schema resend.resend_create_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_domains 0 parameters
kosmo integrations:schema resend.resend_list_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_domain 0 parameters
kosmo integrations:schema resend.resend_get_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_domains 0 parameters
kosmo integrations:schema resend.resend_update_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_domains 0 parameters
kosmo integrations:schema resend.resend_delete_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_verify_domain 0 parameters
kosmo integrations:schema resend.resend_verify_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_api_key 0 parameters
kosmo integrations:schema resend.resend_create_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_api_keys 0 parameters
kosmo integrations:schema resend.resend_list_api_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_api_keys 0 parameters
kosmo integrations:schema resend.resend_delete_api_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_templates 0 parameters
kosmo integrations:schema resend.resend_create_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_templates 0 parameters
kosmo integrations:schema resend.resend_list_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_templates 0 parameters
kosmo integrations:schema resend.resend_get_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_templates 0 parameters
kosmo integrations:schema resend.resend_update_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_templates 0 parameters
kosmo integrations:schema resend.resend_delete_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_publish_template 0 parameters
kosmo integrations:schema resend.resend_publish_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_duplicate_template 0 parameters
kosmo integrations:schema resend.resend_duplicate_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_audiences 0 parameters
kosmo integrations:schema resend.resend_create_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_audiences 0 parameters
kosmo integrations:schema resend.resend_list_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_audiences 0 parameters
kosmo integrations:schema resend.resend_delete_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_audiences 0 parameters
kosmo integrations:schema resend.resend_get_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_contact 0 parameters
kosmo integrations:schema resend.resend_create_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_contacts 0 parameters
kosmo integrations:schema resend.resend_list_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_contacts 0 parameters
kosmo integrations:schema resend.resend_get_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_contacts 0 parameters
kosmo integrations:schema resend.resend_update_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_contacts 0 parameters
kosmo integrations:schema resend.resend_delete_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_broadcasts 0 parameters
kosmo integrations:schema resend.resend_create_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_broadcasts 0 parameters
kosmo integrations:schema resend.resend_list_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_broadcasts 0 parameters
kosmo integrations:schema resend.resend_delete_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_broadcasts 0 parameters
kosmo integrations:schema resend.resend_get_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_broadcasts 0 parameters
kosmo integrations:schema resend.resend_update_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_send_broadcasts 0 parameters
kosmo integrations:schema resend.resend_send_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_webhooks 0 parameters
kosmo integrations:schema resend.resend_create_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_webhooks 0 parameters
kosmo integrations:schema resend.resend_list_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_webhooks 0 parameters
kosmo integrations:schema resend.resend_get_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_webhooks 0 parameters
kosmo integrations:schema resend.resend_update_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_webhooks 0 parameters
kosmo integrations:schema resend.resend_delete_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_segments 0 parameters
kosmo integrations:schema resend.resend_create_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_segments 0 parameters
kosmo integrations:schema resend.resend_list_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_segments 0 parameters
kosmo integrations:schema resend.resend_get_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_segments 0 parameters
kosmo integrations:schema resend.resend_delete_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_topics 0 parameters
kosmo integrations:schema resend.resend_create_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_topics 0 parameters
kosmo integrations:schema resend.resend_list_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_topics 0 parameters
kosmo integrations:schema resend.resend_get_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_topics 0 parameters
kosmo integrations:schema resend.resend_update_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_topics 0 parameters
kosmo integrations:schema resend.resend_delete_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_contact_properties 0 parameters
kosmo integrations:schema resend.resend_create_contact_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_contact_properties 0 parameters
kosmo integrations:schema resend.resend_list_contact_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_contact_properties 0 parameters
kosmo integrations:schema resend.resend_get_contact_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_contact_properties 0 parameters
kosmo integrations:schema resend.resend_update_contact_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_contact_properties 0 parameters
kosmo integrations:schema resend.resend_delete_contact_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_segments_contacts_contact_id_segments 0 parameters
kosmo integrations:schema resend.resend_list_segments_contacts_contact_id_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_segments_contact_id_segments_segment_id 0 parameters
kosmo integrations:schema resend.resend_create_segments_contact_id_segments_segment_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_segments_contact_id_segments_segment_id 0 parameters
kosmo integrations:schema resend.resend_delete_segments_contact_id_segments_segment_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_topics_contacts_contact_id_topics 0 parameters
kosmo integrations:schema resend.resend_get_topics_contacts_contact_id_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_topics_contacts_contact_id_topics 0 parameters
kosmo integrations:schema resend.resend_update_topics_contacts_contact_id_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_logs 0 parameters
kosmo integrations:schema resend.resend_list_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_logs 0 parameters
kosmo integrations:schema resend.resend_get_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_automations 0 parameters
kosmo integrations:schema resend.resend_create_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_automations 0 parameters
kosmo integrations:schema resend.resend_list_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_automations 0 parameters
kosmo integrations:schema resend.resend_get_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_automations 0 parameters
kosmo integrations:schema resend.resend_update_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_automations 0 parameters
kosmo integrations:schema resend.resend_delete_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_stop_automations 0 parameters
kosmo integrations:schema resend.resend_stop_automations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_runs 0 parameters
kosmo integrations:schema resend.resend_list_runs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_runs 0 parameters
kosmo integrations:schema resend.resend_get_runs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_create_events 0 parameters
kosmo integrations:schema resend.resend_create_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_list_events 0 parameters
kosmo integrations:schema resend.resend_list_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_send_events 0 parameters
kosmo integrations:schema resend.resend_send_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_get_events 0 parameters
kosmo integrations:schema resend.resend_get_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_update_events 0 parameters
kosmo integrations:schema resend.resend_update_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
resend.resend_delete_events 0 parameters
kosmo integrations:schema resend.resend_delete_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.