for dynamic webhook_trigger, i found something like this post("https://api.ciscospark.com/v1/webhooks",
name: "Workato recipe #{recipe_id}",
targetUrl: webhook_url,
resource: "messages",
event: "created",
filter: "roomId=#{input['id']}")
i didn't understand the parameters like name, targetUrl, resource, event and filter
should I do any modifications in my code for that fields to make this work ?
could you explain me what does the parameters means ?
Hi, you can refer to the app API for the request parameter definitions: https://developer.ciscospark.com/endpoint-webhooks-post.html
the URL is changed , I presume now its . https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook
Send us a ticket, we will try our best to assist you with your problem
[email protected]
SDK: Dynamic webhook trigger parameters
for dynamic webhook_trigger, i found something like this post("https://api.ciscospark.com/v1/webhooks",
name: "Workato recipe #{recipe_id}",
targetUrl: webhook_url,
resource: "messages",
event: "created",
filter: "roomId=#{input['id']}")
i didn't understand the parameters like name, targetUrl, resource, event and filter
should I do any modifications in my code for that fields to make this work ?
could you explain me what does the parameters means ?
Hi, you can refer to the app API for the request parameter definitions: https://developer.ciscospark.com/endpoint-webhooks-post.html
Amanda Wong
Hi, you can refer to the app API for the request parameter definitions: https://developer.ciscospark.com/endpoint-webhooks-post.html
Srikanth Lanka
the URL is changed , I presume now its . https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook