Destinations

Connect destinations and sync real-time data.

Endpoint

Description

/destinations/connect

Connect an app, tool, or system as a custom destination

Webhooks

Description

/source/custom

Description lorem ipsom Description lorem ipsom

/destination/custom

Description lorem ipsom Description lorem ipsom

/attributes/create

Description lorem ipsom Description lorem ipsom

/attributes/sync

Description lorem ipsom Description lorem ipsom

/destinations/connect

If you want to send data from ModernLTV to any internal database, system, application and/or you want the ability to customize this reverse ETL pipeline, you can creat  the /destinations/connect endpoint.

Request fields

POST

https://app.modernltv.com/billers/{CLIENT_ID}/destinations/connect

name

string

Name of the custom destination.

description

nullable, string

Brief description of the destination.

curl -X POST
-H "Content-Type: application/json"
-H "Authorization: Bearer {TOKEN}"
-d '
{
"name":"internal_app",
"description":"Internal call center application",
}'
https://app.modernltv.com/billers/{CLIENT_ID}/destinations/connect