zaus / forms-3rdparty-xpost

Converts external submission from [Forms: 3rdparty Integration](http://wordpress.org/plugins/forms-3rdparty-integration/) plugin to XML post; optionally can add custom headers (to allow SOAP submissions).
4 stars 2 forks source link

Capturing response for a second service #28

Open rds4547 opened 7 years ago

rds4547 commented 7 years ago

I'm using Contact7 form w/ Forms 3rd party-xpost. the latest version. I'm not sure if this is possible, but let me explain my scenario. Upon submission of the form, I'm creating a new users in our CRM, ConnectWise. This works just fine. However, the email field is not part of their createuser API endpoint. I have to send it to a differrent endpoint, but I need to send the ID I get from the response from the createuser endpoint. Hope that makes sense. Is there a way to capture that ID in the response and then send it in another service call to update the email?

Might be asking for too much, but appreciate any feedback. Thanks!