Can I append custom parameters to the Webhook URL? Can I append custom parameters to the Webhook URL?

Can I append custom parameters to the Webhook URL?

Nexmo Support

Question

Can I append custom parameters to the webhook URL?

Applies To

  • Webhook URL
  • Custom Parameters

Answer

Yes. You may add any parameters you want to your URL.

Vonage API will append any extra query string parameters you add onto the end of the GET request it sends to your URL.

For example, you could specify the following inbound webhook URL:

https://secure.domain.com/whatever.csp?myparam1=x&myparam2=y

And we might send the following via a GET for an inbound SMS:

https://secure.domain.com/whatever.csp?msisdn=66837000111&to=12150000025&messageId=000000FFFB0356D2


Please note that there are character limits for the parameters you wish to add. For more information, please refer to the specific API developer documentation.