Source type
Autopilot Journeys Source Configuration
Autopilot Journeys and Ortto sources receive journey webhook actions, batched contact records, and custom activity streams.
Autopilot Journeys configuration
Create a Autopilot Journeys source, keep POST enabled, and provide the configured Authorization Secret values for provider signature. FastHook uses these settings to validate each Autopilot Journeys / Ortto delivery before it enters the routing workflow.
Source TypeAUTOPILOT
Allowed methodsPOST
AuthenticationProvider signature
Credential fieldsAuthorization Secret
{
"type": "AUTOPILOT",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "AUTOPILOT",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST"]
}
}Autopilot Journeys request contract
FastHook compares the configured Authorization value before accepting the journey payload.
Autopilot Journeys / Ortto headers
Preserve Authorization when sending Autopilot Journeys / Ortto test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
AuthorizationPre-shared secret or Bearer value configured on the webhook action.
Autopilot Journeys / Ortto setup
- Create an Autopilot or Ortto webhook action at the required journey step.
- Use the FastHook Source URL and add Authorization: Bearer YOUR_SECRET as a custom header.
- Allow for batched records arrays containing multiple contacts.
- Acknowledge quickly because the legacy action waits five seconds and retries only twice.