> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/automations/global-actions-and-action-groups/service-backup-of-types/callout.md).

# Callout

Callout Action allows to create HTTP requests like GET, POST, PUT, and DELETE.

{% stepper %}
{% step %}

## Add a Callout action

Add an action with the **Action Type** = Callout.

![](/files/35e24ce026f90517577f43ea564f159e9b421dd6)

See more info about creating Actions in [Working with actions](/automations/global-actions-and-action-groups/basics/working-with-actions.md#how-to-create-an-action) article.
{% endstep %}

{% step %}

## Select the request method

Select the request **Method** (1):

![](/files/22397fb78558c3c3311d3f6489d4be09efe129a7)
{% endstep %}

{% step %}

## Enter the endpoint URL

Enter the endpoint URL (2):

![](/files/74247cf2cb1642b433144338bdbf0640499f07d6)
{% endstep %}

{% step %}

## Specify additional settings

**Compressed** (3): allows to compress the data you send. If a response comes back in compressed format, it will be uncompressed and returned the uncompressed value.

**Send as Blob** (4): Sets the contents of the body for the request using a BLOB.

**Certificate Name** (5): allows to add certificate name.
{% endstep %}

{% step %}

## Add headers and body

Add Headers (6) and Body (7):

![](/files/89172718d0f1403f06d78551e3fd09d5fbadffaa)

You can use Static values, Merge Fields or Formulas to populate Certificate Name, Headers and Body.

See more info on Merge Fields and Formulas at  [Working with context objects](/automations/global-actions-and-action-groups/basics/working-with-context-objects.md) and [Working with functions](/automations/functions-and-formulas/introduction-and-usage.md).
{% endstep %}
{% endstepper %}
