Discussions

Ask a Question
Back to All

How to pass custom field value in webhook?

How to pass custom field value with a webhook url? I tried passing the value as,

https://example.com/hook?id={{lead.cf.#custom-field-id#}}

but it didn't work. Or is there any way we can pass it as request body?