> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/messagebird/source-actions/contact-created.md).

# Contact created

1. **Select MessageBird** as your source App under “Gears” and click “Create.”

<figure><img src="https://lh5.googleusercontent.com/Cn5aXdvMB2zZUZw8yw2p-rZsY1LZWbQdETKu4DIFhOJBUabY8ywmrB8jVQzzYhhB0UKF_2UqNz3bvbGJQ-R25lwMSrGeoWal6Ln-oPYRHgzOfeJXnFStV0C7lDrO_7jU_jMvulRlLJALLTd5Biu-5g" alt=""><figcaption></figcaption></figure>

2. **Choose the connection** you want to use after clicking the red gear. You can also create a new one. Click “Continue.”

<figure><img src="https://lh3.googleusercontent.com/vhiwL_dtU96fwhT2Y6VS_Ccw5ZcKYuhBoqKJyaB1Il2YtWx4Cvi46g27TyA4hPW1xcEY61KqBDjIp6KaAmSgFD-D8sqgVRitthIynEht_HTHuD3DTOwernJdjnZ3sB1OF7T0XZrApVC5-Lit9-D06g" alt=""><figcaption></figcaption></figure>

3. **Pick the action** you want to execute and click “Create.” GearPlug will ask for a test record to import. Head over to your MessageBird account and create a test entry.

<figure><img src="https://lh5.googleusercontent.com/THMfjU6WwzSCFz1t0ZVnJ64NrxwBVIbHT4oE1CxpVnWO_RIuDT_TZvWt65xgVMOLII-2AepyochbB1BRZa0CsUH7chH2AtucxZrcW1Urn_rOyCSkTmiglTKom9-gia3llOqoGjo71i0tai2wsvoDdg" alt=""><figcaption></figcaption></figure>

4. **Review the data** to make sure everything works properly. Click “OK” to finish setting up your source Plug.

<figure><img src="https://lh3.googleusercontent.com/tPqMfHCH16ddu9giIeftMyz58RXzjkPtFqyrewb0QfIP0SCmo4M0oBHNlxoxvLUF5ynilAstVj4clQMsRXzRmndJeSuCa2D0Q2edTD1j0Fw_67Enc9jRoRlm0UfwK1WAuk2gcprZRtTnML2BWjYLtQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Empty Fields**: Under the imported entry, you’ll find a drop-down menu for “Empty Fields.” Here, you’ll find a list of fields you can import—but weren’t used in the form you used.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gearplug.io/english/set-up-your-integrations/messagebird/source-actions/contact-created.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
