The API endpoint absolute pathname.
( Example: /api/v2/organizations )
Note: Some endpoints, for example: Get a user , require URI encoded parameters when not using alphanumeric characters, such as: -, ., _, or ~, characters ).
To do this, you can use the encodeURIComponent function: {{ functions.encodeURIComponent(context.user.user_id) }}
Method
Available HTTP methods include:
GET
POST
PUT
PATCH
DELETE
Body
The body of the request.
Headers
The headers of the request.
URL Params
The URL parameters. These parameters are automatically URL-encoded.
By default, we will use the sender email you have configured in your custom email provider settings. Enable this option if you want to use a different sender email or name.
Recipient email
The recipient’s email
Subject
The email subject
Custom variable
Add custom variables to be inserted in your email template. Once configured, you can reference them using {{custom_vars.your_variable_key}}.
Message
Email message in HTML format using Liquid syntax. You can use common variables or custom ones using {{custom_vars.your_variable_key}} syntax.