Destination builder
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to send data to a destination that is not in our , you can open a destination request, or you can write your own destination.
The destination builder allows you to create your own custom destination, either with a no-code approach (Webhook, FTP, API, GTM importer) or with a javascript sandbox aproach (low-code) :
Webhook/API/FTP destination builder (no-code experience)
(JS sandbox)
GTM template importer (convert to JS sandbox template out of the box)
When you publish your work in the destination builder, your destination will be visible for your team in the destination catalog beside other destinations.
In the destination builder interface, you will be able to set:
Information about the destination (label, logo, category)
Destination settings, i.e. questions that will be asked to the user that will add this destination (e.g. token, account id, options ...)
Connector technical options (url, method, etc.) or JavaScript code
Your destination can also be hosted on Github and automatically imported to facilitate updates on your side.