-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
Describe the event source. What app is this for, and what event does the trigger correspond to?
App
Krispcall
https://krispcall.com/
Triggers
New Call
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
https://documenter.getpostman.com/view/32476792/2sA3dxFCaL#intro
Additional context
Krispcall app developers, provided the following to subscribe and unsubscribe from webhook notifying of the new call event:
Call Event
Method: Post
Url : https://automationapi.krispcall.com/api/v1/platform/pipedream/subscribe
Headers : X-API-Key {{X-API-Key}}
Request body:
{
"hookUrl": "{{url}}",
"action": "new_call_log"
}
In hookUrl url should be passed by pipedream .
In action new_call_log should be passed.
Method: Delete
Url : https://automationapi.krispcall.com/api/v1/platform/pipedream/unsubscribe
Headers : X-API-Key {{X-API-Key}}
Request body:
{
"hookUrl": "{{url_id}}",
}
In hookUrl url_id(shortId) of automation should be passed for which user wants to make inactive.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status