post https://api.closebot.ai/message
Instead of the endpoint listed, you can also use the obscured endpoint here https://xljmafyych.execute-api.us-west-2.amazonaws.com/message
Log in to see full request history
Responses
Instead of the endpoint listed, you can also use the obscured endpoint here https://xljmafyych.execute-api.us-west-2.amazonaws.com/message
xxxxxxxxxx
25# Process a response to the contact message
import requests
url = "https://api.closebot.ai/message/"
json = {
"Content-Type": "application-json"
}
json = {
"id": "1234567890",
"api_key": "<your api key here>",
"message": "I'm interested in working with your company",
"goals_finished": ["interest"]
"limit": 10,
"lead_name": "Tom",
"rep_name": "Sam",
"extra_prompt": "For this message I want you to act with the voice of darth vader and offer @lead_name @offer"
"bot": 1,
"model": "gpt-4",
"@address": "123 Main Street"
}
response = requests.request("POST", url=url, headers=headers, json=json)
Try It!
to start a request and see the response here! Or choose an example: