cURL
curl --request POST \ --url https://api.panora.dev/crm/engagements \ --header 'Content-Type: application/json' \ --header 'x-connection-token: <x-connection-token>' \ --data '{ "field_mappings": {} }'
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Create an Engagement in any CRM Platform using this endpoint
The connection token
Set to true to include data from the original Crm software.
The response is of type object.
object