curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GONG_ADD_CALL' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "GONG_ADD_CALL",
"parameters": {
"actualStart": "<string>",
"clientUniqueId": "<string>",
"direction": "Conference",
"parties": "<string>",
"primaryUser": "<string>",
"title": "<string>",
"downloadMediaUrl": "<string>",
"purpose": "<string>",
"duration": "<string>"
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GONG_ADD_CALL' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "GONG_ADD_CALL",
"parameters": {
"actualStart": "<string>",
"clientUniqueId": "<string>",
"direction": "Conference",
"parties": "<string>",
"primaryUser": "<string>",
"title": "<string>",
"downloadMediaUrl": "<string>",
"purpose": "<string>",
"duration": "<string>"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?