User manual
FIXDIGITAL
API – Get Leads
Revision History
Module brief …………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….3
Process: Get Leads using Web hook method………………………………………………………………………………………………………………………………………………………………………………………………………………. 3
Stage 1…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………… 3
Stage 2…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………… 3
Stage 3…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………… 4
Result ………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………4
Process: Update lead status or amount using Web hook method……………………………………………………………………………………………………………………………………………………………………………………. 3
Purpose
The purpose of this document is to explain how to use new module
This module is used for get leads from Fixdigital system
.Used for: get leads from Fixdigital by filter (campaign, asset or client) ordered by ID descending
.Login into your Fixdigital account
Link: https://www.fixdigital.co.il/login
.Go to profile Zapier Token page and copy token
Link: https://www.fixdigital.co.il/Profile/ApiToken
To get Leads send GET Request on next URL: https://www.fixdigital.co.il/api/crm/WebHook/GetLeads?api_key={api_key}&projectID={projectID}&projectTypeID={projectTypeID}&clientID={clientID}&channelID={channelID}&offset={offset}&limit={limit}
1) Please replace {api_key} with token from Stage 2 2) Use {offset} and {limit} for paging – replace {offset} with number of records you want to skip and {limit} with count of records you want to get (0 – will return all records, default value is 100) 3) Set up filter. Available one of 3 filters: 1 ) By Campaign ID – replace {channelID} with Fixdigital Campaign ID 2) By Digital Asset – replace {projectID} with Digital Asset ID and {projectTypeID} with one of the next values: 1 – WordPress site; 2 – WordPress landing page; 3 – Custom landing page; 4 – Outer site; 5 – Outer landing page; 3) By Client ID – replace {clientID} with Fixdigital Client ID Note: filters priority Campaign ID > Digital Asset > Client ID
If you do not want to use one of the filters, then just remove it or set 0 as value
Swagger file – https://www.fixdigital.co.il/crm/swagger/leads.swagger.json
Swagger UI – https://www.dev.fixdigital.co.il/crm/swagger/html/index.html
Used for: update lead in Fixdigital (status and amount).
Login into your Fixdigital account.
Go to profile Zapier Token page and copy token.
To update lead send GET Request on next URL:
https://www.fixdigital.co.il/api/crm/WebHook/UpdateLeadStatusOrAmount?api_key={api_key}&leadID={ leadID}&status={leadstatus}&amount={amount}
לצפיה במסך הדרכה