Skip to main content

Creating Contact API — How to Find the ID

Paul avatar
Written by Paul
Updated over a week ago

User's ID

Go to Settings ➡️ Users ➡️ All Users ➡️ Click Specific User

(Optional) Leave the assignee blank for auto-assignment based on campaign round robin setting if any, or 'none' to unassign.

Campaign ID

Go to the Campaigns ➡️ Click one of the campaigns

Pipeline ID

Go to Settings ➡️ Pipeline ➡️ Click one of the pipelines

Stage ID

Go to Settings ➡️ Right-click the page and open "inspect" ➡️ Click the pipeline ➡️ Click Fetch/ XHR ➡️ Search Pipeline ➡️ Click the code under the "name" ➡️ Click "Response" ➡️ Find the stage Name ➡️ Check the ID


Custom Info ID

Go to Settings ➡️ Right-click the page and open "inspect" ➡️ Click the Custom Field ➡️ Click Fetch/ XHR ➡️ Search "custom" ➡️ Click the code under the "name" ➡️ Click "Response" ➡️ Find "idCustomField" ➡️ Check the ID

Tag ID

Go to Settings ➡️ Right-click the page and open "inspect" ➡️ Click the Tag ➡️ Click Fetch/ XHR ➡️ Search "tag - item" ➡️ Click the code under the "name" ➡️ Click "Response" ➡️ Find "tag_id" ➡️ Check the ID

Did this answer your question?