Skip to content

Issue with Email #319

Open
Open
@teiledeinebotschaft

Description

Please help me to send out confirmation email and their attributes with api
Used this but still showing error
$attributes = [
'address_field' => $email,
'contacts' => [$contactId],
'user_id' => 1,
'html_content' => '

Aenean commodo ligula eget dolor aenean massa</h2',
'plain_content' => 'Test',
'subject' => 'Email STatus',
];
$contact2 = $infusionsoft->emails()->send($attributes);

Error -
Server error: POST https://api.infusionsoft.com/crm/rest/v1/emails/queue? resulted in a 500 Internal Server Error` response:
{"message":"General error"}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions