Toneden icon

Toneden

Social media campaign automation aimed at music promoters, event organizers, and creator marketing.

Built around campaign creation, landing-page publishing, audience targeting, and reacting when conversions or shares hit thresholds.

Sign in to connect Toneden

Sign in to connect an account and start using Toneden in your apps.

Example Use Cases

These are example ways Snow can use Toneden when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Advertising Campaign

Tool to create a ToneDen advertising campaign on Facebook or Google platforms. Use when you need to launch a new ad campaign with specified budget, targeting, and creatives.

Create Attachment

Tool to create an attachment. Use when you need to programmatically create a social unlock or contest attachment after gathering all required parameters.

Create ToneDen Link

Tool to create a ToneDen link. Use when you have the target_type and, if needed, the services array. Supports creation of links for music, podcast, livestream, event, tour, biglink, fundraiser, smartlink, and custom types.

Delete Advertising Campaign

Deletes a ToneDen advertising campaign by ID using DELETE /advertising/campaigns/{campaignID}.

Delete ToneDen Link

Deletes a ToneDen link by ID using DELETE /links/{linkID}.

Delete ToneDen Playbook Campaign

Deletes a ToneDen playbook campaign by ID using DELETE /playbooks/campaigns/{campaignID}.

Expand ToneDen Link Template

Tool to expand a ToneDen link template. Use when you need to retrieve the full template link with your tracking pixels and optional service links. Provide a URL to generate platform services for music or podcast content.

Get Advertising Campaign

Retrieve a specific advertising campaign by its ID using ToneDen's API. Endpoint: GET /advertising/campaigns/{campaignID} Notes: - This endpoint does not require a userID in the path per official docs. - Some accounts may not have advertising access; in such cases, non-2xx responses are still returned here for observability instead of raising, so the caller can inspect the error object.

Get Advertising Campaign Creative Insights

Retrieve creative performance insights for a specific advertising campaign using ToneDen's API. Endpoint: GET /advertising/campaigns/{campaignID}/creativeInsights. Note: Endpoint uses camelCase `creativeInsights` per official docs.

Get Advertising Campaign Insights

Retrieve performance insights for a specific advertising campaign using ToneDen's API. Endpoint: GET /advertising/campaigns/{campaignID}/insights.