Xoal
Go to XoalCustomer loginSign up
  • Welcome
  • Getting Started
    • Quick start
  • Messaging
    • Customer Journey Automation
    • Broadcast
  • Data & segmentation
    • Customer data
    • Customer attribute
    • Customer events
    • Customer segmentation
  • Integrations
    • Segment
    • Rudderstack
    • Hightouch
    • Jitsu
  • APIs
    • Customer API
    • Customer Attribute API
    • Company API
    • Field registry API
    • Workflow API
    • Workflow Trigger API
    • Event Ingestion API
Powered by GitBook
On this page
  • Get data ingestion key
  • Setting up Jitsu to send data to Xoal
  1. Integrations

Jitsu

PreviousHightouch

Last updated 3 months ago

Destination/Base URL: To send data to your Xoal account from Jitsu, use the following API endpoint as your destination:

https://api.xoal.io/ingest/v1/jitsu/event

HTTP Method:

POST

Authentication: Use the following key: value pairs in your headers to authenticate requests:

{
  “Authorization” : “Bearer your_ingestion_API_Key”,
  “Content-Type” : “application/json”
}

Pay attention to capitalisation used in the headers.

Get data ingestion key

To obtain your_ingestion_API_Key, click the "Settings" bottom left of your Xoal dashboard, select ‘Webhook & API’. In the API section, click ‘New API key’ in the top right corner. In the box that appears, give the API Key a name, e.g ‘API key for Jitsu ingestion then select ‘Data ingestion’ for the API type and click ‘Create key’ as shown below:

Once the key is created, copy it and use in your header. A typical ingestion key looks like this:

ing_9busllahgyplx8d7vzaxbaut9eox75yu

In SUMMARY, your setup should look like this:

  • HTTP Method : POST

  • Headers :

{
 “Authorization” : “Bearer ing_9busllahgyplx8d7vzaxbaut9eox75yu”, 
 “Content-Type” : “application/json”
}

Setting up Jitsu to send data to Xoal

In your Jitsu workspace, head to Destinations and click ‘Add new destination’ as shown below;

In the menu that appears, scroll to the bottom and select Webhook:

Give this webhook a name, e.g. ‘Webhook for sending data from Jitsu to Xoal’, then enter the URL, HTTP Method and Authentication Headers as explained above and save:

Your webhook destination is created and saved in the Destinations section. You can then sync or connect it to a website to start seeing data:

In case you have any questions or need help, do not hesitate to contact us on chat support, or write us on support@xoal.io

Destination URL :

https://api.xoal.io/ingest/v1/jitsu/event