zvonok.com¶
Integration work using webhooks
Call example¶
To make this config works you should add theese custom Environment Variables:
- ZVONOK_CAMPAIGN_ID
- ZVONOK_PUBLIC_KEY
and add webhook to impulse.yml:
webhooks:
Dmitry_call:
url: "https://zvonok.com/manager/cabapi_external/api/v1/phones/call/"
data:
campaign_id: '{{ env["ZVONOK_CAMPAIGN_ID"] }}'
phone: '+998xxxxxxxxx'
public_key: '{{ env["ZVONOK_PUBLIC_KEY"] }}'