[Deprecated] developing a webhook action
Webhook request structure
{
"input_data": {
"attributes": {
"[attribute name]": "[attribute value]"
}
}
}Webhook response structure
Successful
{
"successful": true,
"output_data": {
"attributes": {
"full_name": "John Smith"
}
}
}Unsuccessful
Handling different attribute types
Composite Attributes
Examples
Populating attributes
Unsetting attributes
Errors
Last updated