cURL
curl --request GET \ --url https://api.migma.ai/v1/export/mailchimp/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "files": [ { "filename": "<string>", "url": "<string>", "content": "<string>", "format": "html", "description": "<string>", "fileSize": 123 } ], "executionTime": 123, "exportType": "html" }, "error": "<string>" }
Export conversation as Mailchimp-compatible HTML. Returns URLs for file downloads.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
The conversation ID to export
Mailchimp export successful
Show child attributes
Was this page helpful?