Creates a new HTTP request definition. The signing secret is only returned in this response and cannot be retrieved later.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Input for creating an HTTP request definition
Scope: AGENT_OUTBOUND_DIAL
AGENT_OUTBOUND_DIAL URL for the HTTP request
Description of the HTTP request definition
HTTP method (default: POST)
POST, PUT, PATCH, GET Request body template. Accepts a JSON object or a string with placeholders like {{phoneNumberToDial}}. Objects are serialized to JSON for storage.
Request headers as key-value pairs
The created HTTP request definition with signing secret
HTTP request definition with signing secret (returned on creation)