This method updates the specified confirmation email.

Update the specified confirmation email

POST /api/v1/updateConfirmation HTTP/1.1
Host: www.formstack.com

api_key=[[app:api_key]]&id=101&name=Confirmation+Updated&to_field=12345&[email protected]&subject=Thanks&message=Thank+you!
curl -X POST -i -d "api_key=[[app:api_key]]&id=101&name=Confirmation+Updated&to_field=12345&[email protected]&subject=Thanks&message=Thank+you!" https://www.formstack.com/api/v1/updateConfirmation
Language
Click Try It! to start a request and see the response here!