Developer API
Connect to Yola directly through an easy API.
Last updated
Was this helpful?
Connect to Yola directly through an easy API.
Last updated
Was this helpful?
API account access is available with the Boost plan and above.
Find the full developer API schema here: https://v3-api.yola.ai/api/platform/docs
Each request to the developer API must include a bearer token in the Authorization header. This bearer token should be in the form of Authorization: Bearer {subcompany_takeover_secret}. This takeover secret can be found in the sub-company settings page.
One of customer_id, external_customer_id, gateway_profile_id, or provided_unique_id must be provided to identify the customer.
Note that "customer" is a legacy term for an audience member, now referred to more generically as "people" or "persons" in the current platform and documentation.
subcompany_id
string
subcompany_id from Yola
provided_unique_id
string
user's provided_unique_id
authorization
Use create_if_not_exists to also create any tags that do not exist before applying it to the customer.
One of id or name must be provided for each custom field element in the request body. The id of a custom field can be retrieved from listing or creating a new custom field.
select_options must be provided only if type is select.