KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call resend.resend_send_email '{}' --json
Provider shortcut
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.

Discovery commands
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_send_email '{}' --json
Shortcut
kosmo integrations:resend resend_send_email '{}' --json

resend.resend_list_emails

Retrieve a list of emails

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_emails '{}' --json
Shortcut
kosmo integrations:resend resend_list_emails '{}' --json

resend.resend_get_email

Retrieve a single email

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_email '{}' --json
Shortcut
kosmo integrations:resend resend_get_email '{}' --json

resend.resend_update_emails

Update a single email

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_emails '{}' --json
Shortcut
kosmo integrations:resend resend_update_emails '{}' --json

resend.resend_cancel_email

Cancel the schedule of the e-mail.

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_cancel_email '{}' --json
Shortcut
kosmo integrations:resend resend_cancel_email '{}' --json

resend.resend_send_batch_emails

Trigger up to 100 batch emails at once.

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_send_batch_emails '{}' --json
Shortcut
kosmo integrations:resend resend_send_batch_emails '{}' --json

resend.resend_list_attachments

Retrieve a list of attachments for a sent email

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_attachments '{}' --json
Shortcut
kosmo integrations:resend resend_list_attachments '{}' --json

resend.resend_get_attachments

Retrieve a single attachment for a sent email

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_attachments '{}' --json
Shortcut
kosmo integrations:resend resend_get_attachments '{}' --json

resend.resend_list_receiving

Retrieve a list of received emails

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_receiving '{}' --json
Shortcut
kosmo integrations:resend resend_list_receiving '{}' --json

resend.resend_get_receiving

Retrieve a single received email

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_receiving '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_attachments_receiving_email_id_attachments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_attachments_email_id_attachments_attachment_id '{}' --json
Shortcut
kosmo integrations:resend resend_get_attachments_email_id_attachments_attachment_id '{}' --json

resend.resend_create_domain

Create a new domain

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_domain '{}' --json
Shortcut
kosmo integrations:resend resend_create_domain '{}' --json

resend.resend_list_domains

Retrieve a list of domains

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_domains '{}' --json
Shortcut
kosmo integrations:resend resend_list_domains '{}' --json

resend.resend_get_domain

Retrieve a single domain

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_domain '{}' --json
Shortcut
kosmo integrations:resend resend_get_domain '{}' --json

resend.resend_update_domains

Update an existing domain

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_domains '{}' --json
Shortcut
kosmo integrations:resend resend_update_domains '{}' --json

resend.resend_delete_domains

Remove an existing domain

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_domains '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_verify_domain '{}' --json
Shortcut
kosmo integrations:resend resend_verify_domain '{}' --json

resend.resend_create_api_key

Create a new API key

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_api_key '{}' --json
Shortcut
kosmo integrations:resend resend_create_api_key '{}' --json

resend.resend_list_api_keys

Retrieve a list of API keys

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_api_keys '{}' --json
Shortcut
kosmo integrations:resend resend_list_api_keys '{}' --json

resend.resend_delete_api_keys

Remove an existing API key

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_api_keys '{}' --json
Shortcut
kosmo integrations:resend resend_delete_api_keys '{}' --json

resend.resend_create_templates

Create a template

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_templates '{}' --json
Shortcut
kosmo integrations:resend resend_create_templates '{}' --json

resend.resend_list_templates

Retrieve a list of templates

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_templates '{}' --json
Shortcut
kosmo integrations:resend resend_list_templates '{}' --json

resend.resend_get_templates

Retrieve a single template

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_templates '{}' --json
Shortcut
kosmo integrations:resend resend_get_templates '{}' --json

resend.resend_update_templates

Update an existing template

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_templates '{}' --json
Shortcut
kosmo integrations:resend resend_update_templates '{}' --json

resend.resend_delete_templates

Remove an existing template

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_templates '{}' --json
Shortcut
kosmo integrations:resend resend_delete_templates '{}' --json

resend.resend_publish_template

Publish a template

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_publish_template '{}' --json
Shortcut
kosmo integrations:resend resend_publish_template '{}' --json

resend.resend_duplicate_template

Duplicate a template

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_duplicate_template '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_audiences '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_audiences '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_audiences '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_audiences '{}' --json
Shortcut
kosmo integrations:resend resend_get_audiences '{}' --json

resend.resend_create_contact

Create a new contact

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_contact '{}' --json
Shortcut
kosmo integrations:resend resend_create_contact '{}' --json

resend.resend_list_contacts

Retrieve a list of contacts

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_contacts '{}' --json
Shortcut
kosmo integrations:resend resend_list_contacts '{}' --json

resend.resend_get_contacts

Retrieve a single contact by ID or email

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_contacts '{}' --json
Shortcut
kosmo integrations:resend resend_get_contacts '{}' --json

resend.resend_update_contacts

Update a single contact by ID or email

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_contacts '{}' --json
Shortcut
kosmo integrations:resend resend_update_contacts '{}' --json

resend.resend_delete_contacts

Remove an existing contact by ID or email

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_contacts '{}' --json
Shortcut
kosmo integrations:resend resend_delete_contacts '{}' --json

resend.resend_create_broadcasts

Create a broadcast

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_create_broadcasts '{}' --json

resend.resend_list_broadcasts

Retrieve a list of broadcasts

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_list_broadcasts '{}' --json

resend.resend_delete_broadcasts

Remove an existing broadcast that is in the draft status

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_delete_broadcasts '{}' --json

resend.resend_get_broadcasts

Retrieve a single broadcast

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_get_broadcasts '{}' --json

resend.resend_update_broadcasts

Update an existing broadcast

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_update_broadcasts '{}' --json

resend.resend_send_broadcasts

Send or schedule a broadcast

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_send_broadcasts '{}' --json
Shortcut
kosmo integrations:resend resend_send_broadcasts '{}' --json

resend.resend_create_webhooks

Create a new webhook

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_webhooks '{}' --json
Shortcut
kosmo integrations:resend resend_create_webhooks '{}' --json

resend.resend_list_webhooks

Retrieve a list of webhooks

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_webhooks '{}' --json
Shortcut
kosmo integrations:resend resend_list_webhooks '{}' --json

resend.resend_get_webhooks

Retrieve a single webhook

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_webhooks '{}' --json
Shortcut
kosmo integrations:resend resend_get_webhooks '{}' --json

resend.resend_update_webhooks

Update an existing webhook

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_webhooks '{}' --json
Shortcut
kosmo integrations:resend resend_update_webhooks '{}' --json

resend.resend_delete_webhooks

Remove an existing webhook

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_webhooks '{}' --json
Shortcut
kosmo integrations:resend resend_delete_webhooks '{}' --json

resend.resend_create_segments

Create a new segment

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_segments '{}' --json
Shortcut
kosmo integrations:resend resend_create_segments '{}' --json

resend.resend_list_segments

Retrieve a list of segments

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_segments '{}' --json
Shortcut
kosmo integrations:resend resend_list_segments '{}' --json

resend.resend_get_segments

Retrieve a single segment

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_segments '{}' --json
Shortcut
kosmo integrations:resend resend_get_segments '{}' --json

resend.resend_delete_segments

Remove an existing segment

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_segments '{}' --json
Shortcut
kosmo integrations:resend resend_delete_segments '{}' --json

resend.resend_create_topics

Create a new topic

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_topics '{}' --json
Shortcut
kosmo integrations:resend resend_create_topics '{}' --json

resend.resend_list_topics

Retrieve a list of topics

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_topics '{}' --json
Shortcut
kosmo integrations:resend resend_list_topics '{}' --json

resend.resend_get_topics

Retrieve a single topic

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_topics '{}' --json
Shortcut
kosmo integrations:resend resend_get_topics '{}' --json

resend.resend_update_topics

Update an existing topic

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_topics '{}' --json
Shortcut
kosmo integrations:resend resend_update_topics '{}' --json

resend.resend_delete_topics

Remove an existing topic

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_topics '{}' --json
Shortcut
kosmo integrations:resend resend_delete_topics '{}' --json

resend.resend_create_contact_properties

Create a new contact property

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_contact_properties '{}' --json
Shortcut
kosmo integrations:resend resend_create_contact_properties '{}' --json

resend.resend_list_contact_properties

Retrieve a list of contact properties

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_contact_properties '{}' --json
Shortcut
kosmo integrations:resend resend_list_contact_properties '{}' --json

resend.resend_get_contact_properties

Retrieve a single contact property

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_contact_properties '{}' --json
Shortcut
kosmo integrations:resend resend_get_contact_properties '{}' --json

resend.resend_update_contact_properties

Update an existing contact property

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_contact_properties '{}' --json
Shortcut
kosmo integrations:resend resend_update_contact_properties '{}' --json

resend.resend_delete_contact_properties

Remove an existing contact property

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_contact_properties '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_segments_contacts_contact_id_segments '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_segments_contact_id_segments_segment_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_segments_contact_id_segments_segment_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_topics_contacts_contact_id_topics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_topics_contacts_contact_id_topics '{}' --json
Shortcut
kosmo integrations:resend resend_update_topics_contacts_contact_id_topics '{}' --json

resend.resend_list_logs

Retrieve a list of logs

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_logs '{}' --json
Shortcut
kosmo integrations:resend resend_list_logs '{}' --json

resend.resend_get_logs

Retrieve a single log

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_logs '{}' --json
Shortcut
kosmo integrations:resend resend_get_logs '{}' --json

resend.resend_create_automations

Create an automation

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_automations '{}' --json
Shortcut
kosmo integrations:resend resend_create_automations '{}' --json

resend.resend_list_automations

Retrieve a list of automations

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_automations '{}' --json
Shortcut
kosmo integrations:resend resend_list_automations '{}' --json

resend.resend_get_automations

Retrieve a single automation

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_automations '{}' --json
Shortcut
kosmo integrations:resend resend_get_automations '{}' --json

resend.resend_update_automations

Update an automation

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_automations '{}' --json
Shortcut
kosmo integrations:resend resend_update_automations '{}' --json

resend.resend_delete_automations

Delete an automation

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_automations '{}' --json
Shortcut
kosmo integrations:resend resend_delete_automations '{}' --json

resend.resend_stop_automations

Stop an automation

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_stop_automations '{}' --json
Shortcut
kosmo integrations:resend resend_stop_automations '{}' --json

resend.resend_list_runs

Retrieve a list of automation runs

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_runs '{}' --json
Shortcut
kosmo integrations:resend resend_list_runs '{}' --json

resend.resend_get_runs

Retrieve a single automation run

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_runs '{}' --json
Shortcut
kosmo integrations:resend resend_get_runs '{}' --json

resend.resend_create_events

Create an event

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_create_events '{}' --json
Shortcut
kosmo integrations:resend resend_create_events '{}' --json

resend.resend_list_events

Retrieve a list of events

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_list_events '{}' --json
Shortcut
kosmo integrations:resend resend_list_events '{}' --json

resend.resend_send_events

Send an event

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_send_events '{}' --json
Shortcut
kosmo integrations:resend resend_send_events '{}' --json

resend.resend_get_events

Retrieve a single event

Read read
Parameters
none
Generic call
kosmo integrations:call resend.resend_get_events '{}' --json
Shortcut
kosmo integrations:resend resend_get_events '{}' --json

resend.resend_update_events

Update an event

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_update_events '{}' --json
Shortcut
kosmo integrations:resend resend_update_events '{}' --json

resend.resend_delete_events

Delete an event

Write write
Parameters
none
Generic call
kosmo integrations:call resend.resend_delete_events '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema resend.resend_send_email --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_emails 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_emails --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_email 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_email --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_emails 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_emails --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_cancel_email 0 parameters
Schema command
kosmo integrations:schema resend.resend_cancel_email --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_send_batch_emails 0 parameters
Schema command
kosmo integrations:schema resend.resend_send_batch_emails --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_attachments 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_attachments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_attachments 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_attachments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_receiving 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_receiving --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_receiving 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_receiving --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_attachments_receiving_email_id_attachments 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_attachments_receiving_email_id_attachments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_attachments_email_id_attachments_attachment_id 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_attachments_email_id_attachments_attachment_id --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_domain 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_domain --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_domains 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_domains --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_domain 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_domain --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_domains 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_domains --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_domains 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_domains --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_verify_domain 0 parameters
Schema command
kosmo integrations:schema resend.resend_verify_domain --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_api_key 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_api_key --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_api_keys 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_api_keys --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_api_keys 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_api_keys --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_templates 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_templates --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_templates 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_templates --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_templates 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_templates --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_templates 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_templates --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_templates 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_templates --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_publish_template 0 parameters
Schema command
kosmo integrations:schema resend.resend_publish_template --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_duplicate_template 0 parameters
Schema command
kosmo integrations:schema resend.resend_duplicate_template --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_audiences 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_audiences --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_audiences 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_audiences --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_audiences 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_audiences --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_audiences 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_audiences --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_contact 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_contact --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_contacts 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_contacts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_contacts 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_contacts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_contacts 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_contacts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_contacts 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_contacts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_send_broadcasts 0 parameters
Schema command
kosmo integrations:schema resend.resend_send_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_webhooks 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_webhooks --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_webhooks 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_webhooks --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_webhooks 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_webhooks --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_webhooks 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_webhooks --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_webhooks 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_webhooks --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_segments 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_segments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_segments 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_segments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_segments 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_segments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_segments 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_segments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_contact_properties 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_contact_properties --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_contact_properties 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_contact_properties --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_contact_properties 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_contact_properties --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_contact_properties 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_contact_properties --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_contact_properties 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_contact_properties --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_segments_contacts_contact_id_segments 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_segments_contacts_contact_id_segments --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_segments_contact_id_segments_segment_id 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_segments_contact_id_segments_segment_id --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_segments_contact_id_segments_segment_id 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_segments_contact_id_segments_segment_id --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_topics_contacts_contact_id_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_topics_contacts_contact_id_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_topics_contacts_contact_id_topics 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_topics_contacts_contact_id_topics --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_logs 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_logs --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_logs 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_logs --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_stop_automations 0 parameters
Schema command
kosmo integrations:schema resend.resend_stop_automations --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_runs 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_runs --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_runs 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_runs --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_create_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_create_events --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_list_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_list_events --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_send_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_send_events --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_get_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_get_events --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_update_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_update_events --json
ParameterTypeRequiredDescription
No parameters.
resend.resend_delete_events 0 parameters
Schema command
kosmo integrations:schema resend.resend_delete_events --json
ParameterTypeRequiredDescription
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.