Hi,
I was wondering if currently there’s any way for when a form is submitted to make a post to a third party website (like a webhook) and then work with the value that it was returned… for example…
Example Steps
- The user submits the form
- Using the data submitted we send the data to other website that will return an account id
- We store the returned value in a custom field in the contact that was previously created in mautic
- We send an email to the new contact
If this is not possible, what would be the best approach to make it happen?
Thanks in advance