Imprimir
Zapier + KatLeads API
KatLeads API

Authentication :

URL: https://api.katleads.com/me (POST)

Params : [

api_key: ‘It’s a key assigned to each brand, you can found it in brand config’,

email: ‘Use you email account (You need are as user in the brand to get access),

password: ‘You account password’

]

Response: [

name: ‘It’s your name in the application’,

‘brand’: ‘It’s brand name’

]

If you don’t receive this response, you authentication is wrong

Pull new contacts:

URL: https://api.katleads./new_contact (GET)

You need to send you credentials:

Params : [

api_key: ‘It’s a key assigned to each brand, you can found it in brand config’,

email: ‘Use you email account (You need are as user in the brand to get access),

password: ‘You account password’

]

Response: [

id,

name,

lastname,

email

];

Once time pull the contacts, they will not appear again.

Create Contact:

URL: https://api.katleads.com/contact (POST)

You need to send you credentials:

Params : [

api_key: ‘It’s a key assigned to each brand, you can found it in brand config’,

email: ‘Use you email account (You need are as user in the brand to get access),

password: ‘You account password’

]

Additional you need send the following params:

[

name: ‘Contact’s name’, (required)

lastname: ‘Contact’s lastname’, (required)

email_contact: ‘Contact’s email’

]

Response:

[

id,

name,

lastname,

email

]

If you receive an empty response, something is wrong with your request.


¿Fue útil esto?
KatLeads - Portal de Soporte | 2025