Params

Param name
Description
Validations
outgoing_webhook_id
Optional

Assign the record to this Outgoing Webhook.

Validations:

remote_url
Optional

Remote URL

Validations:

  • Must be a String

remote_method
Optional

Remote Method

Validations:

  • Must be one of: get, post, post_body, post_api_v1, put, delete, patch.

post_body
Optional

POST Body. Custom POST Body can be used to send JSON or XML requests. Example JSON Body: {"revenue":10, "caller_id": "1231231234"}

Validations:

  • Must be a String

post_headers
Optional

POST Headers. Set the HTTP headers. List each header on a separate line. Example Headers: Content-Type: application/json

Validations:

  • Must be a String

sortable_order
Optional Blank Value Allowed

The order in which records will be sorted. Values are sorted in ascending order; smaller values are listed first.

Validations:

  • Must be a decimal number.