Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/linkedinAutomation/campaign/create
{ "type": "object", "properties": { "campaignType": { "type": "string", "enum": ["INVITATION", "MESSAGE", "INVITATION_MESSAGE"] }, "campaignName": { "type": "string" }, "profiles": { "type": "array", "items": { "type": "object", "properties": { "profileUrl": { "type": "string" }, "name": { "type": "string" }, "profilePictureUrl": { "type": "string" }, "additionalFormattedData": { "type": "object", "description": "Additional formatted data to send with the message", "nullable": true, "example": { "first_name": "John", "last_name": "Doe" } } } } }, "profileUrl": { "type": "string" }, "invitationMessage": { "type": "string" }, "firstMessage": { "type": "string" }, "secondMessage": { "type": "string" }, "first_media_link": { "type": "file", "format": "binary", "description": "First media file" }, "second_media_link": { "type": "file", "format": "binary", "description": "Second media file" } }, "required": ["campaignType", "campaignName", "profiles", "profileUrl"] }
{ "$ref": "#/definitions/linkedinCampaignSchema" }