OCNORA

SendGrid

EmailAPI keycredential probe

Send mail via the SendGrid v3 API (mail.send).

OCNORA ships 12 typed SendGrid operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 12

  • Create List
    Create a marketing contact list with the given name.
    sendgrid.create_list
  • Delete Bounce
    Remove one address from the bounce suppression list so it can be mailed again.
    sendgrid.delete_bounce
  • Delete Contacts
    Queue the deletion of marketing contacts by id, or of every contact in the account, and return the job id SendGrid assigns.
    sendgrid.delete_contacts
  • Remove Global Suppression
    Take one address off the global suppression list so SendGrid will deliver to it again.
    sendgrid.delete_global_suppression
  • Get List
    Fetch one marketing contact list by id, optionally with a sample contact.
    sendgrid.get_list
  • Get Statistics
    Fetch global email statistics for a date range, aggregated by day, week or month, together with the summed metrics across the range.
    sendgrid.get_stats
  • List Bounces
    List bounced addresses on the suppression list, optionally within a Unix-timestamp window.
    sendgrid.list_bounces
  • List Lists
    List the account's marketing contact lists, one page at a time.
    sendgrid.list_lists
  • List Spam Reports
    List addresses that reported a message as spam, optionally within a Unix-timestamp window.
    sendgrid.list_spam_reports
  • Search Contacts
    Search marketing contacts with an SGQL query and return the matching contacts, at most the first fifty.
    sendgrid.search_contacts
  • Send Mail
    Send one message through the SendGrid v3 mail send API, with optional cc/bcc, reply-to, categories, attachments, a dynamic template and a scheduled send time.
    sendgrid.send_mail
  • Add or Update Contacts
    Queue an add-or-update of marketing contacts, optionally adding them to one or more lists, and return the job id SendGrid assigns.
    sendgrid.upsert_contacts

Templates that use SendGrid

Run your first SendGrid workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.