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.
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.
Tool to create an attachment. Use when you need to programmatically create a social unlock or contest attachment after gathering all required parameters.
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.
Deletes a ToneDen advertising campaign by ID using DELETE /advertising/campaigns/{campaignID}.
Deletes a ToneDen link by ID using DELETE /links/{linkID}.
Deletes a ToneDen playbook campaign by ID using DELETE /playbooks/campaigns/{campaignID}.
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.
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.
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.
Retrieve performance insights for a specific advertising campaign using ToneDen's API. Endpoint: GET /advertising/campaigns/{campaignID}/insights.