Add Remote post handler

Posts webform submissions to a URL.

General settings
 
A unique name for this handler instance. Must be alpha-numeric and underscore separated.
Entered text will be displayed on the handlers administrative page and replace this handler's default description.
Completed
Post data when submission is completed.
The full URL to POST to when an existing webform submission is completed. (e.g. https://www.mycrm.com/form_completed_handler.php)
Enter custom data that will be included when a webform submission is completed.
Post data when submission is updated.
The full URL to POST to when an existing webform submission is updated. (e.g. https://www.mycrm.com/form_updated_handler.php)
Enter custom data that will be included when a webform submission is updated.
Post data when submission is deleted.
The full URL to POST to when an existing webform submission is deleted. (e.g. https://www.mycrm.com/form_deleted_handler.php)
Enter custom data that will be included when a webform submission is deleted.
Title Name Date type/Element type
Serial number serial integer
Submission ID sid integer
Submission UUID uuid uuid
Token token string
Submission URI uri string
Created created created
Completed completed timestamp
Changed changed changed
Is draft in_draft boolean
Current page current_page string
Remote IP address remote_addr string
Submitted by uid entity_reference
Language langcode language
Webform webform_id entity_reference
Submitted to: Entity type entity_type string
Submitted to: Entity ID entity_id string
Locked locked boolean
Sticky sticky boolean
Notes notes string_long
Metatags (Hidden field for JSON support) metatag metatag_computed
Nom nom textfield
prenom prenom textfield
Age age number
Profil profil textarea
Description de vie description_de_vie textarea
Metier metier webform_select_other
Fichier 1 (illimité) fichier_1_illimite webform_document_file
Fichier 2 fichier_2 webform_document_file
Conditional logic
State Element Trigger/Value Operations
if of the following is met:
Enter a number range (1:100)
Advanced settings
Additional settings
The POST request method requests that a web server accept the data enclosed in the body of the request message. It is often used when uploading a file or when submitting a completed webform. In contrast, the HTTP GET request method retrieves information from the server.
Use x-www-form-urlencoded if unsure, as it is the default format for HTML webforms. You also have the option to post data in JSON format.
If checked, uploaded and attached file data will be included using Base64 encoding.
If checked, posted element values will be cast to integers, floats, and booleans as needed. Custom data can be cast by placing the desired type in parentheses before the value or token. (i.e. "(int) [webform_submission:value:total]" or "(int) 100")For custom data, the casts allowed are:(int), (integer) - cast to integer(float), (double), (real) - cast to float(bool), (boolean) - cast to boolean
Enter custom data that will be included in all remote post requests.
Enter custom request options that will be used by the Guzzle HTTP client. Request options can include custom headers.
This message is displayed when the response status code is not 2xx.Defaults to: Unable to process this submission. Please contact the site administrator.
more items
Enter custom response messages for specific status codes.
The URL or path to redirect to when a remote fails.
If checked, posted submissions will be displayed onscreen to all users.