Skip to content

[TRIGGER] Krispcall New Trigger #16002

@sergio-eliot-rodriguez

Description

@sergio-eliot-rodriguez

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

enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeetrigger / sourceNew trigger / source request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions