Skip to content

Adding a Webhook that works like Freeform's POST Forwarding feature? #1361

Answered by engram-design
chrismlusk asked this question in Q&A
Discussion options

You must be logged in to vote

That's correct the Webhook integration currently expects a JSON response. Although the Webhook integration essentially otherwise acts like POST forwarding in Freeform.

In addition, something like this won't typically be possible with Formie, because by default integrations are run via the queue. If you're wanting to redirect the user to another page, that won't really work in the context of a queue job, which might run after the actual form submission.

There's no way to handle that apart from setting the redirect URL on the form, or implementing some module code to set the redirect URL (if this needs to be dynamic, and in context of the form, etc).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@chrismlusk
Comment options

@engram-design
Comment options

@chrismlusk
Comment options

@engram-design
Comment options

@chrismlusk
Comment options

Answer selected by chrismlusk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants