Custom Webhooks

Custom Webhooks are some of the internal webhooks using which you can access some advanced functionality directly from Central. To learn how to configure and use a Webhook, visit the Webhook document.

Before You Begin

  • You need to enable usage of HTTP in your central account. Send a mail to support@phonon.io to request enabling the same.

  • Ensure that your IP is whitelisted in your account.

  • To provide any parameters, you can use the Store Variable widget.

  • To learn how to use any webhook, visit the Webhook documentation page.

Initiate another Outbound Flow Request

Method: createOutbound

URL: http://192.168.1.42:3000/centraloutboundwebhook-v1/prod/

Description: You can use this webhook to initiate another Outbound Flow of your account by calling it's API. You need to provide the following data:

Parameters: $flow.syskey.apiVersion: 1.0 The flow version to use. $flow.syskey.securityID: <64 character> Security ID of the Outbound Flow> $flow.syskey.flowID: PEuxEM86 Flow ID of the Outbound Flow $flow.syskey.clientID: 11223344 Client ID to use $flow.syskey.delayMinutes: 0 How many minutes later to start the Outbound Flow from current system time. $flow.syskey.contactNumbers: 919979746666 Customer number $flow.key.*: * Any other flow variable to share.

Last updated

Was this helpful?