The HTTP/HTTPS delivery action allows you to send form submission data to your HTTP REST service endpoint. This enables seamless data transfer between FastField and your web service.
To set this up:
- Click the blue Delivery button in the Form Builder.
- Select HTTP/HTTPS from the Actions column and drag it to the Form Submit Actions column.
- In the right column, choose the format of the submission data that will be sent. If you're using the account-level integration, you can only select JSON. However, if you're using the workflow action, you have the flexibility to choose any format. (Note: Formats other than JSON and XML are posted as multipart/form-data.
- Enter the URL of the HTTP REST service endpoint where you want to send the submission data. You also have the option to enable basic authentication. If you choose to use basic authentication, provide your username and password.
- Click Save and Close.