+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get a list of webhooks

Sie sind hier:

 

Get a list of webhooks

GET https://api.maileon.com/partner/settings/webhooks?key={key}&nl_account_id={newsletterAccountId}

Parameters:
– key: apikey
– newsletterAccountId: int // the id of the newsletter account

Example response:

[
{
"event": "doi",
"id": 2,
"url": "http://xqueue.com/someWebhookForDoi",
"urlParams": [
{
"customContactField": 3,
"name": "test"
}
]
},
{
"bodySpec": {
"customFields": [
44
],
"standardFields": [
"email",
"firstname"
]
},
"event": "doi",
"id": 3,
"url": "http://xqueue.com/someOtherWebhookForDoiWithBody",
"urlParams": [
{
"name": "email",
"standardContactField": "email"
}
]
}
]

Inhaltsverzeichnis