Custom Settings

This page describes how to set your own internal custom settings in the request data.

You can send additional project information with your request. We allow you to pass data with MAX 300 bytes size.

Custom Object fields

Name

Type

Required

Description

custom_obj

object

false

Any additional data you wish to pass. This will be available in the webhook response.

Example in JSON

{
    "custom_obj": {}
}

Last updated