- Long Form Content
- Short Form Content
- Web Copies
- Social Media Copies
- Ad Copies
- Outreach MailPOST
- Prompt GeneratorPOST
Outreach Mail
Developing
POST
https://api.saasautomation.link/content/outreach
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
YourName
string
required
CompanyName
string
required
RecipientCompanyName
string
required
ICP
string
required
Services
string
required
WordLimit
integer
required
NumParagraphs
integer
required
Example
{
"YourName": "John Doe",
"CompanyName": "ABC Corp",
"RecipientCompanyName": "XYZ Inc",
"ICP": "Technology startups",
"Services": "Software Development",
"WordLimit": 150,
"NumParagraphs": 2
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.saasautomation.link/content/outreach' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"YourName": "John Doe",
"CompanyName": "ABC Corp",
"RecipientCompanyName": "XYZ Inc",
"ICP": "Technology startups",
"Services": "Software Development",
"WordLimit": 150,
"NumParagraphs": 2
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}