cURL
curl --request POST \ --url https://connect.pingback.com/v2/deals \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "contactId": "36c8c534-fcca-4f79-b3e6-c492f82c2ccc", "pipelineId": "34fb6a9f-6d59-4eb8-add6-735fa4efdddd", "stageId": "9c7f1a05-15d1-4332-8f9a-f6bdfeb2eeee", "attributes": { "pb_name": "Deal Name", "pb_amount": "2300000" } } '
201
success
{ "message": "Deal created", "data": { "id": "ea8a2a47-2a05-4a43-b284-35df0ea46333", "contactId": "36c8c534-fcca-4f79-b3e6-c492f82c2ccc", "email": "example@email.com" } }
Cria uma nova oportunidade.
Documentation IndexFetch the complete documentation index at: https://pingback.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://pingback.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Deal created
Esta página foi útil?