GET
request to YOUR_URL/api/leads/{lead_id}/replies
where {lead_id}
is the lead ID or email to fetch replies from.
This request requires the following parameter:
Show optional parameters
POST
request to YOUR_URL/api/replies/{reply_id}/reply
where {reply_id}
is the ID of the parent reply to respond to.
This request has the following parameters:
[ { "name": "John Doe", "email_address": "john@example.com" } ]
[ { "name": "John Doe", "email_address": "john@example.com" } ]
[ { "name": "John Doe", "email_address": "john@example.com" } ]
Attach Contact
.
This action can be done on a bigger scale using the API.
GET
request to the endpoint /api/leads/{lead_id}/sent-emails
where {lead_id}
could be the ID or the email of the lead.
POST
request to the endpoint api/replies/{reply_id}/attach-email-to-reply
This request takes 1 JSON body parameter: